<xs:complexType name="CommonTravellerType" abstract="true" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:sequence> <xs:element name="Identifier" type="IdentifierType" /> <xs:element name="Surname" type="xs:string" minOccurs="0" /> <xs:element name="Prename" type="xs:string" minOccurs="0" /> <xs:element name="Salutation" type="SalutationType" nillable="true" minOccurs="0" /> <xs:element name="Gender" type="GenderType" nillable="true" minOccurs="0" /> <xs:element name="AgeCategory" type="AgeCategoryType" nillable="true" minOccurs="0" /> <xs:element name="BirthDate" type="DateType" minOccurs="0" /> <xs:element name="ContactDetails" type="ContactDetailsType" minOccurs="0" maxOccurs="1" nillable="true" /> <xs:element name="Passport" type="PassportType" minOccurs="0" maxOccurs="unbounded" nillable="true" /> <xs:element name="ESTA_Information" type="AdditionalESTAInformationType" minOccurs="0" maxOccurs="1" nillable="true" /> <xs:element name="Address" type="AddressType" minOccurs="0" maxOccurs="1" nillable="true" /> <xs:element name="ClientNumber" type="xs:string" minOccurs="0" maxOccurs="1" /> </xs:sequence> </xs:complexType>
© 2017 All Rights Reserved.